home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / HTML4 / frameset.dtd < prev    next >
Text File  |  1999-08-24  |  1KB  |  37 lines

  1. <!--
  2.     This is the HTML 4.01 Frameset DTD, which should be
  3.     used for documents with frames. This DTD is identical
  4.     to the HTML 4.01 Transitional DTD except for the
  5.     content model of the "HTML" element: in frameset 
  6.     documents, the "FRAMESET" element replaces the "BODY" 
  7.     element.
  8.  
  9.           Draft: $Date: 1999/04/16 21:43:01 $
  10.  
  11.           Authors:
  12.               Dave Raggett <dsr@w3.org>
  13.               Arnaud Le Hors <lehors@w3.org>
  14.               Ian Jacobs <ij@w3.org>
  15.  
  16.     Further information about HTML 4.01 is available at:
  17.  
  18.           http://www.w3.org/TR/html40.
  19. -->
  20. <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 Frameset//EN"
  21.   -- Typical usage:
  22.  
  23.     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
  24.             "http://www.w3.org/TR/html40/frameset.dtd">
  25.     <html>
  26.     <head>
  27.     ...
  28.     </head>
  29.     <frameset>
  30.     ...
  31.     </frameset>
  32.     </html>
  33. -->
  34.  
  35. <!ENTITY % HTML.Frameset "INCLUDE">
  36. <!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  37. %HTML4.dtd;